type net/http/pprof.profileEntry

5 uses

	net/http/pprof (current package)
		pprof.go#L356: type profileEntry struct {
		pprof.go#L379: 	var profiles []profileEntry
		pprof.go#L381: 		profiles = append(profiles, profileEntry{
		pprof.go#L391: 		profiles = append(profiles, profileEntry{
		pprof.go#L407: func indexTmplExecute(w io.Writer, profiles []profileEntry) error {